ExecutorCompat

Helper for accessing features in Executor.

Functions

Link copied to clipboard
open fun create(@NonNull handler: Handler): Executor
Creates an adapter Executor that posts all executed tasks onto the given Handler.